projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90bac29
)
socfpga: Drop redundant save_boot_params
author
Tom Rini
<
[email protected]
>
Fri, 19 Dec 2014 21:52:53 +0000
(16:52 -0500)
committer
Tom Rini
<
[email protected]
>
Mon, 5 Jan 2015 20:13:44 +0000
(15:13 -0500)
The save_boot_params function here is the same as the default weak one
from arch/arm/cpu/armv7/start.S, drop.
Cc: Dinh Nguyen <
[email protected]
>
Cc: Vince Bridgers <
[email protected]
>
Cc: Chin Liang See <
[email protected]
>
Cc: Marek Vasut <
[email protected]
>
Signed-off-by: Tom Rini <
[email protected]
>
Reviewed-by: Marek Vasut <
[email protected]
>
arch/arm/cpu/armv7/socfpga/lowlevel_init.S
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/socfpga/lowlevel_init.S
b/arch/arm/cpu/armv7/socfpga/lowlevel_init.S
index 2f2e9fcc7c89e4809e247bc61bb06bc968dcee35..afed773c63171d49ba4c17275ce1e66845214186 100644
(file)
--- a/
arch/arm/cpu/armv7/socfpga/lowlevel_init.S
+++ b/
arch/arm/cpu/armv7/socfpga/lowlevel_init.S
@@
-7,13
+7,6
@@
#include <config.h>
#include <version.h>
-/* Save the parameter pass in by previous boot loader */
-.global save_boot_params
-save_boot_params:
- /* no parameter to save */
- bx lr
-
-
/* Set up the platform, once the cpu has been initialized */
.globl lowlevel_init
lowlevel_init: